type net/http.unencryptedHTTP2Request
4 uses
net/http (current package)
server.go#L2121: type unencryptedHTTP2Request struct {
server.go#L2127: func (h unencryptedHTTP2Request) BaseContext() context.Context { return h.ctx }
server.go#L2129: func (h unencryptedHTTP2Request) ServeHTTP(rw ResponseWriter, req *Request) {
server.go#L2176: h := unencryptedHTTP2Request{ctx, c.rwc, serverHandler{c.server}}
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)